runtime.mspan.speciallock (field)
13 uses
runtime (current package)
mgcmark.go#L381: lock(&s.speciallock)
mgcmark.go#L406: unlock(&s.speciallock)
mheap.go#L485: speciallock mutex // guards specials list and changes to pinnerBits
mheap.go#L1710: span.speciallock.key = 0
mheap.go#L1719: lockInit(&span.speciallock, lockRankMspanSpecial)
mheap.go#L1876: lock(&span.speciallock)
mheap.go#L1888: unlock(&span.speciallock)
mheap.go#L1911: lock(&span.speciallock)
mheap.go#L1922: unlock(&span.speciallock)
mheap.go#L2226: lock(&span.speciallock)
mheap.go#L2234: unlock(&span.speciallock)
pinner.go#L168: lock(&span.speciallock) // guard against concurrent calls of setPinned on same span
pinner.go#L213: unlock(&span.speciallock)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |